BankAccount 
EntityType  Independent 
Logical Entity Name  BankAccount 
Default Table Name  SaBankAccount 
Logical Only  NO 
Definition 
 
Note 
 

BankAccount Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
BankAccountId(PK)    INTEGER  NO 
 
BankId(FK)    INTEGER  YES 
 
AccountNumber    VARCHAR(17)  NO 
 
AccountName    VARCHAR(35)  NO 
 
IsDefaultAccount    BIT  NO 
 
GLDebitAccount    NVARCHAR(100)  YES 
 
GLCreditAccount    NVARCHAR(100)  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
LastModifiedUserId    INTEGER  NO 
 
IsActive    BIT  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
CreditAccountIndex    INTEGER  YES 
 
DebitAccountIndex    INTEGER  YES 
 
FractionalNumber    CHAR(15)  YES 
 
PaymentType    CHAR(1)  NO 
 
GreatPlainsCheckBook    CHAR(15)  YES 
 
IsGreatPlainsNextCheckFlag    BIT  NO 
 
IsDefaultForCash    BIT  NO 
 
IsDefaultForCheck    BIT  NO 
 
IsDefaultForEft    BIT  NO 
 
IsDefaultForAch    BIT  NO 
 
IsDefaultForNonCash    BIT  NO 
 
IsDefaultForCreditCard    BIT  NO 
 
IsDefaultForAllTypes    BIT  NO 
 
NSFPendingAccount    VARCHAR(50)  YES 
 
DepositsPendingAccount    VARCHAR(50)  YES 
 
Currency    VARCHAR(25)  YES 
 
DepositIdentifierFormat    VARCHAR(40)  YES 
 
DirectDepositOriginNumber    VARCHAR(10)  YES 
 
LastDirectDepositNumber    INTEGER  YES 
 
LastCheckNumber    INTEGER  YES 
 
IsPositivePayExcluded    BIT  NO 
 

BankAccount Keys 
Key Name  Key Type  Keys 
SaBankAccount_SaBankAccountID_U_C_IDX  PrimaryKey  BankAccountId 

BankAccount Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Bank  Non-Identifying  Zero or One to Zero or More        BankId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
AchBatchFileSettingCampusAssociation  Non-Identifying  One To Zero or More          NO 
BankDeposit  Non-Identifying  Zero or One to Zero or More          NO 
MiscellaneousCash  Non-Identifying  One To Zero or More          NO 
StudentAccountTransaction  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountRefund  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 
BankAccountFundSource  Non-Identifying  One To Zero or More          NO 
AchBatchFileSettingCampusAssociation  Non-Identifying  One To Zero or More          NO 
SaReconcileDeposit  Non-Identifying  One To Zero or More          NO 
ReconcileReturnFund  Non-Identifying  One To Zero or More          NO 
SaReconcileTransferFunds  Non-Identifying  One To Zero or More          NO 
SaReconcileTransferFunds  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountTransaction  Non-Identifying  One To Zero or More          NO 
StudentSubsidiaryAccountRefund  Non-Identifying  One To Zero or More          NO 
StudentAccountTransactionPendingCheck  Non-Identifying  One To Zero or More          NO 

BankAccount Check Constraints 
Check Constraint Name  CheckConstraint